pkg_resources ドキュメントメモ
Legacy Namespace Package にも出てくる
Historically, there were two methods to create namespace packages.
One is the pkg_resources style supported by setuptools and the other one being pkgutils style offered by pkgutils module in Python.